Version

LinearGraphRange<T> Class Members

The following tables list the members exposed by LinearGraphRange<T>.

Public Constructors
 NameDescription
Public ConstructorLinearGraphRange<T> Constructor  
Public Properties
 NameDescription
Public PropertyModelThe model to use to store configuration data.  
Public Methods
 NameDescription
Public MethodBrushOverloaded. Sets the brush to use to fill the range.  
Public MethodEndValueSets the value at which the range ends along the scale.  
Public MethodInnerEndExtentSets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.  
Public MethodInnerStartExtentSets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.  
Public MethodNameSets the name of the range.  
Public MethodOuterEndExtentSets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.  
Public MethodOuterStartExtentSets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.  
Public MethodOutlineOverloaded. Sets the outline to use when rendering the range.  
Public MethodStartValueSets the value at which the range starts along the scale.  
Public MethodStrokeThicknessSets the stroke thickness to use when rendering this range's outline.  
See Also

View on GitHub